if app.EntryGetPath(fe)[:2].upper() == _drv.upper():
if app.ShowYesNoDlg(u'It is not safe to recover some files into the folder you specified, recovered files can be corrupted. Do you want to proceed anyway?') == 7:
raise Exception(STR_USER_CANCELLED)
else:
break
app.ShowYesNoDlg(u'It is not safe to recover some files into the folder you specified, recovered files can be corrupted. Do you want to proceed anyway?') == 7
if file_name[:2].upper() == app.EntryGetPath(ff)[:2].upper():
if app.ShowYesNoDlg(u'It is not safe to recover the file to destination you specified, recovered files can be corrupted. Do you want to proceed anyway?') == 7: